Namespaces

Types in MathNet.Numerics

Type IPrecisionSupport<T>

Namespace MathNet.Numerics

Support Interface for Precision Operations (like AlmostEquals).

Methods

Public Methods

double Norm()

Returns a Norm of a value of this type, which is appropriate for measuring how close this value is to zero.
Return
double

A norm of this value.

double NormOfDifference(T otherValue)

Returns a Norm of the difference of two values of this type, which is appropriate for measuring how close together these two values are.
Parameters
T otherValue

The value to compare with.

Return
double

A norm of the difference between this and the other value.